home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / player stats.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  1.5 KB  |  37 lines

  1. <panel title="Player Stats Panel">
  2.     
  3.     <layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="0"/>
  4.     <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
  5.     
  6.     <container id="pslt" title="Statistics">
  7.         <boolean id="scst" value="true"/>
  8.         <boolean id="sdst" value="true"/>
  9.         
  10.         <layout class="stick_to_sides_attachment" alignment="top" inset="0" name="Player Stats"/>
  11.         <layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="0"/>
  12.         <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
  13.  
  14.         <widget class="table" id="pstt" layout="-1, 60, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50" mode="fill_rows,printable"  row_height="20" row_span="0" stretch_to_fit_rows="true" >
  15.             <layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
  16.         
  17.            <list id="headings">
  18.                 <record text="Statistics" alignment="left, centre_y"/>
  19.             </list>
  20.  
  21.             <record id="default_properties" alignment="centre"/>
  22.             
  23.             
  24.             <list id="column_properties">
  25.                 <record indx="0" alignment="left,centre_y"/>
  26.                 <record indx="5" colour="yellow card"/>                     <!-- yellow cards column -->
  27.                 <record indx="6" colour="red card"/>                        <!-- red cards column -->
  28.                 <record indx="12" colour="average rating"/>                <!-- average rating column -->
  29.             </list>
  30.                 
  31.             <list id="column_display_properties">
  32.                 <record indx="0" sort_disabled="true"/>
  33.             </list>
  34.  
  35.         </widget>
  36.     </container>
  37. </panel>